<p class="Head1"><help:paragraphinfo state="U" number="1"/><help:key-word value="String; function" tag="kw66413_1"/><help:link Id="66413">String Function [Runtime]</help:link></p>
<p class="Paragraph"><help:paragraphinfo state="U" number="2"/>Creates a string according to the specified character, or the first character of a string expression that is passed to the function.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="4" xmlns:help="http://openoffice.org/2000/help"/>String (n As Integer, {expression As Integer | character As String})</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="8" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">n:</span> Numeric expression that indicates the number of characters to return in the string.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="9" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">Expression:</span> Numeric expression that defines the ASCII code for the character.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="10" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">Character:</span> Any single character used to build the return string, or any string of which only the first character will be used.</p>